Xbasic

A5_PROMPT_FILES_IN_DB Function

Syntax

File_List as C = a5_prompt_files_in_db([C input_list ])

Arguments

File_List

A CR-LF delimited list of selected files.

input_list

A CR-LF delimited list of the default file selection list.

Description

Prompts the user to select files in the current Database

Discussion

The A5_PROMPT_FILES_IN_DB() function displays the Files to Zip dialog and returns a list of database and web publishing files from the current database.

Example

? a5_prompt_files_in_db("lk_avail.ddd" + crlf()  + "lk_avail.ddm")
= file_list = c:\databases\alphasportsweb\lk_avail.ddd
c:\databases\alphasportsweb\lk_avail.ddm

Limitations

Desktop applications only.

See Also